home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue57 / Clinic / HelpTestU.dfm / HelpTestU.txt
Text File  |  2000-03-24  |  799b  |  42 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 126
  4.   Width = 259
  5.   Height = 157
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Context Help Test For Panel'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 233
  20.     Height = 113
  21.     HelpContext = 1000
  22.     Caption = 'Panel1'
  23.     TabOrder = 0
  24.     object Button1: TButton
  25.       Left = 136
  26.       Top = 24
  27.       Width = 75
  28.       Height = 25
  29.       Caption = 'Button1'
  30.       TabOrder = 0
  31.     end
  32.     object Button2: TButton
  33.       Left = 136
  34.       Top = 64
  35.       Width = 75
  36.       Height = 25
  37.       Caption = 'Button2'
  38.       TabOrder = 1
  39.     end
  40.   end
  41. end
  42.